home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Multimedia / FL Studio 4.5.2 / FLStudio452_Install.exe / Help / FD.chm / html / _casecommon1.js < prev    next >
Encoding:
Text File  |  2003-11-05  |  650 b   |  20 lines

  1. // reserve as global variable (set later in a function)
  2. isCreative=false;
  3.  
  4. function CHMLocation(fn) { // folder of the CHM
  5.     var link = location.href.substring((location.href.indexOf(':') == 2)?14:7, location.href.lastIndexOf("\\") + 1);
  6.     return link;
  7. }
  8. path=((CHMLocation()+'FL.js').replace(/:/g, '|')).replace(/\\/g, '/') ; // parameters path
  9.  
  10. doDebug=false; // never should be TRUE in production version!!!
  11.  
  12. // DEBUG
  13. if (doDebug) {
  14.     //path="C|/Program Files/FLStudio4/Help/FL.js";
  15. }
  16. // END DEBUG
  17.  
  18.  
  19. // include main parameters
  20. document.write('<script language="JavaScript" type="text/javascript" src="file:///'+path+'"></script>');